home *** CD-ROM | disk | FTP | other *** search
- object formAlertSoundConfig: TformAlertSoundConfig
- Left = 278
- Top = 320
- BorderStyle = bsDialog
- Caption = 'Choose Alert Sounds'
- ClientHeight = 193
- ClientWidth = 472
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- DesignSize = (
- 472
- 193)
- PixelsPerInch = 96
- TextHeight = 13
- object bnCancel: TButton
- Left = 287
- Top = 161
- Width = 81
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object bnOK: TButton
- Left = 383
- Top = 161
- Width = 81
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object groupSounds: TGroupBox
- Left = 8
- Top = 8
- Width = 456
- Height = 138
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Play sounds if ...'
- TabOrder = 2
- DesignSize = (
- 456
- 138)
- object cbFoundAlert: TCheckBox
- Left = 8
- Top = 24
- Width = 433
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '... spies were found:'
- TabOrder = 0
- end
- object cbCleanAlert: TCheckBox
- Left = 8
- Top = 80
- Width = 433
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '... no threats were found:'
- TabOrder = 4
- end
- object comboFoundAlertFile: TComboBox
- Left = 8
- Top = 48
- Width = 385
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- end
- object comboCleanAlertFile: TComboBox
- Left = 8
- Top = 104
- Width = 385
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 5
- end
- object bnBrowseCleanAlertFile: TButton
- Left = 399
- Top = 104
- Width = 20
- Height = 20
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 6
- OnClick = bnBrowseCleanAlertFileClick
- end
- object bnBrowseFoundAlertFile: TButton
- Left = 399
- Top = 48
- Width = 20
- Height = 20
- Anchors = [akTop, akRight]
- Caption = '...'
- TabOrder = 2
- OnClick = bnBrowseFoundAlertFileClick
- end
- object bnPlayFoundAlertFile: TButton
- Left = 423
- Top = 48
- Width = 20
- Height = 20
- Anchors = [akTop, akRight]
- Caption = '>'
- TabOrder = 3
- OnClick = bnPlayFoundAlertFileClick
- end
- object bnPlayCleanAlertFile: TButton
- Left = 423
- Top = 104
- Width = 20
- Height = 20
- Anchors = [akTop, akRight]
- Caption = '>'
- TabOrder = 7
- OnClick = bnPlayCleanAlertFileClick
- end
- end
- object mpAlert: TMediaPlayer
- Left = 16
- Top = 160
- Width = 253
- Height = 30
- Visible = False
- TabOrder = 3
- end
- object odBrowse: TOpenDialog
- DefaultExt = 'wav'
- Filter = 'Wave files|*.wav'
- Left = 8
- Top = 152
- end
- end
-